The behavioral contract of any DAO that reads data store entities in an aggregated fashion.

The following tables list the members exposed by the IGroupingDao<TEntity, TEntityGroup, TFilteringCriteria, TGroupingCriteria, TOrderingCriteria, TPagingCriteria> type.

Name Description
Public method Get (Overloaded) Routes an entity aggregation read request to the underlying data store, so that all TEntity entities in compliance with the TFilteringCriteria are obtained and grouped according to the TGroupingCriteria.
Public method Initialize Initializes the current DAO with the specified host carbonite controller as its data store context provider. (inherited from IBaseDao).
Top